This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Fritz Zektoopulli 22.Jan.04 12:21 PM a Web browser Domino Web Access6.5Windows 2000
Why is this code in JScript not working?
function showNotes(){
// Declare the variables
var ses;
ses = CreateObject("Lotus.Notessession");
ses.Initialize("lbergman","psv001");
alert(ses.commonusername);
}
Can please anyone tell me? The error I get is that IE is expecting an object??
I can get it to work with VBScript, but not with JScript. I thought these two were interchangable.